runtime/pprof.protobuf.int64Opt (method)

17 uses

	runtime/pprof (current package)
		pprof.go#L382: 	b.pb.int64Opt(tagProfile_Period, 1)
		pprof.go#L449: 	b.pb.int64Opt(tagProfile_Period, 1)
		proto.go#L173: 	b.pb.int64Opt(tagLabel_Key, b.stringIndex(key))
		proto.go#L174: 	b.pb.int64Opt(tagLabel_Str, b.stringIndex(str))
		proto.go#L175: 	b.pb.int64Opt(tagLabel_Num, num)
		proto.go#L183: 	b.pb.int64Opt(tagLine_Line, line)
		proto.go#L194: 	b.pb.int64Opt(tagMapping_Filename, b.stringIndex(file))
		proto.go#L195: 	b.pb.int64Opt(tagMapping_BuildID, b.stringIndex(buildID))
		proto.go#L345: 	b.pb.int64Opt(tagProfile_TimeNanos, b.start.UnixNano())
		proto.go#L349: 		b.pb.int64Opt(tagProfile_DurationNanos, b.end.Sub(b.start).Nanoseconds())
		proto.go#L351: 		b.pb.int64Opt(tagProfile_Period, b.period)
		proto.go#L569: 		b.pb.int64Opt(tagFunction_Name, b.stringIndex(fn.name))
		proto.go#L570: 		b.pb.int64Opt(tagFunction_SystemName, b.stringIndex(fn.name))
		proto.go#L571: 		b.pb.int64Opt(tagFunction_Filename, b.stringIndex(fn.file))
		protobuf.go#L65: func (b *protobuf) int64Opt(tag int, x int64) {
		protomem.go#L18: 	b.pb.int64Opt(tagProfile_Period, rate)
		protomem.go#L24: 		b.pb.int64Opt(tagProfile_DefaultSampleType, b.stringIndex(defaultSampleType))